home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 2 / Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / archives / amiga / amisox33.lha / AmiSOX3.3 / dist / mkamidat.rexx < prev    next >
OS/2 REXX Batch file  |  1994-02-20  |  155b  |  12 lines

  1. /* 
  2.  * Usage: [rx] mkamidat[.rexx]
  3.  */
  4.  
  5. date = date('e')
  6.  
  7. date = overlay('.', date, 3, 1)
  8.  
  9. date = overlay('.', date, 6, 1)
  10.  
  11. say '#define AMIDATE "'date'"'
  12.